home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000031_fdc@columbia.edu_Fri Apr 12 11:09:14 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  35 lines

  1. Article: 13302 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Get command with Wildcards
  6. Date: 12 Apr 2002 11:09:00 -0400
  7. Organization: Columbia University
  8. Lines: 18
  9. Message-ID: <a96tac$6ik$1@watsol.cc.columbia.edu>
  10. References: <8423928c.0204120656.64db2dbf@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1018624145 16299 128.59.39.139 (12 Apr 2002 15:09:05 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 12 Apr 2002 15:09:05 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13302
  16.  
  17. In article <8423928c.0204120656.64db2dbf@posting.google.com>,
  18. Matt Perkins <mperkins@lbmc.com> wrote:
  19. : I have unsuccessfully tried to use the get command with wildcards.
  20. : From the Kermit> prompt, I have tried the following command to get all
  21. : files that have "upd" in the file name:
  22. : ftp get *upd* 
  23. : ftp get [upd]
  24. : Kermit returns "System cannot find the file specified"
  25. : I can use the send command with wildcards. Does send and get have
  26. : different wildcards?
  27. :
  28. You have to use the MGET command to get multiple files (just like with
  29. other FTP clients).
  30.  
  31. - Frank
  32.